x86: drop a bogus SHARED_M2P() check from PV Dom0 building code
authorJan Beulich <jbeulich@suse.com>
Wed, 22 Sep 2021 14:19:21 +0000 (16:19 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 22 Sep 2021 14:19:21 +0000 (16:19 +0200)
commit604be1b333b1b66052ab9b0133f156890549a4f0
treebcf8d25219d64946f94c4da976d150de9f3ea88e
parent289610483fc43e4082f0fc00c0ea8bca571b7ee5
x86: drop a bogus SHARED_M2P() check from PV Dom0 building code

If anything, a check covering a wider range of invalid M2P entries ought
to be used (e.g. VALID_M2P()). But since everything is fully under Xen's
control at this stage, simply remove the BUG_ON().

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Roger Pau Monné <roger.pau@citrix.com>
xen/arch/x86/pv/dom0_build.c